OtherService

interface OtherService

Functions

Link copied to clipboard
@PostExchange(value = "/other")
abstract fun other(@RequestBody message: Map<String, String>): Map<out Any, out Any>